-- card: 4795 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 4361 -- name: Gotta Have Report -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=319 right=342 bottom=23 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: go Maybe I Want Report ----- HyperTalk script ----- on mouseUp visual dissolve go card id 2922 end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=489 top=319 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: go Already Have Report ----- HyperTalk script ----- on mouseUp visual dissolve go next end mouseUp -- part 10 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=132 top=319 right=339 bottom=364 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Report Button ----- HyperTalk script ----- on mouseup answer "Are you sure you want to prepare a report?" with "Yes" or "Cancel" if it is "Cancel" then exit mouseUp else set lockScreen to true set cursor to 4 push card go to card 1 of background "library" put empty into temp repeat for the number of cards-4 if line 1 of field "chex" ≠ empty then put field "info" & return & "/\/\/ /\/\/ /\/\/ /\/\/ /\/\/ /\/\/ /\/\/" & return after temp go next end repeat pop card put temp into field "report" end if end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=404 top=151 right=201 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 1007 / 1007 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Report ----- HyperTalk script ----- on mouseUp get the short date put "Gotta Get Report (" & it & ")"into reprt open file reprt write field 1 to file reprt close file reprt show field "Print" end mouseUp -- part contents for card part 10 ----- text ----- "Gotta Get It" Report -- part contents for background part 11 ----- text ----- I had hoped to be able to automatically print, but it seems that you can't just print a "Text" file. So, you're going to have to choose a Word Processor, wait until it opens, and then print the appropriately named text file.